*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 14:18:48 +0000 (14:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 14:18:48 +0000 (14:18 +0000)
lisp/progmodes/cc-defs.el

index d7be903d357a94d0bbfc0c76f2daf0bd50cb989e..b509fdd7cc204456a21db095ad975ebb224a8b52 100644 (file)
@@ -721,7 +721,7 @@ be after it."
                  ((bobp) (setq pos (point-min)))
                  ((not pos)
                   (let ((distance (skip-chars-backward "^{")))
-                    ;; unbalanced parenthesis, while illegal C code,
+                    ;; unbalanced parenthesis, while invalid C code,
                     ;; shouldn't cause an infloop!  See unbal.c
                     (when (zerop distance)
                       ;; Punt!